Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / SavePDF Method / SavePDF(Stream,IEnumerable<Workbook>,PdfSaveOptions) Method
The specified pdf file.
The workbook collection.
Options for saving pdf file.
In This Topic
    SavePDF(Stream,IEnumerable<Workbook>,PdfSaveOptions) Method
    In This Topic
    Saves the datas from different workbooks to the specified pdf file stream.
    Syntax
    public void SavePDF( 
       System.IO.Stream stream,
       System.Collections.Generic.IEnumerable<Workbook> workbooks,
       PdfSaveOptions options
    )

    Parameters

    stream
    The specified pdf file.
    workbooks
    The workbook collection.
    options
    Options for saving pdf file.
    See Also